writing n. 1.写,写作,执笔;习字,书法。 2.文件,契据;铭。 3.〔pl.〕著作,作品。 4.笔迹,手迹。 at this writing 写这个的时候;本记者发稿时刻。 be busy with one's writing 忙于写作。 in writing 写,用书面。 put ... in writing 把…写成文字。 writing on the wall 危机紧迫的征兆。
Write unit tests before you write the code 在编写代码之前编写单元测试。
Write unit test programs for your code 为你的代码编写单元测试程序。
You accomplish several quality goals by writing unit tests first 您通过首先编写单元测试来完成几个质量目标:
You can write unit tests by hand or generate them automatically 既可以手动编写单元测试,也可以自动生成它们。
The developers write unit tests to test individual classes and subsystems 如果没有完成测试程序,开发人员就不能写功能代码。
Write unit tests 编写单元测试。
In this article , you will learn how to write unit tests for an application using a new testing framework called 在本文中,您将学习到如何用这个叫做
When you re dealing with simple data or service objects , writing unit tests is straightforward 当您正在处理简单数据或服务对象时,编写单元测试很简单。
Plus it takes into account the undeniable fact that if you don ' t write unit tests first , you never write them 另外不可否认的是如果你没有写单元测试程序,那么就别进行开发。
Mock objects are a useful way to write unit tests for objects that act as mediators . instead of calling the real 模仿对象( mock object )是为起中介者作用的对象编写单元测试的有用方法。